log/slog.Record.PC (field)

4 uses

	log/slog (current package)
		handler.go#L117: 	return h.output(r.PC, *buf)
		record.go#L36: 	PC uintptr
		record.go#L63: 		PC:      pc,
		record.go#L219: 	fs := runtime.CallersFrames([]uintptr{r.PC})